projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5ca1865
)
Fix typos in X11 details of new OSX APIs
author
Alexander Larsson
<alexl@redhat.com>
Tue, 27 Jan 2009 13:10:00 +0000
(14:10 +0100)
committer
Alexander Larsson
<alex@localhost.localdomain>
Thu, 2 Apr 2009 08:15:27 +0000
(10:15 +0200)
gdk/x11/gdkwindow-x11.c
patch
|
blob
|
history
diff --git
a/gdk/x11/gdkwindow-x11.c
b/gdk/x11/gdkwindow-x11.c
index 87e2dcc3ff927fb63f1136ed0f9c7996f3192530..5acd69031d05f5f1f8c38b0fb80385d0dac08552 100644
(file)
--- a/
gdk/x11/gdkwindow-x11.c
+++ b/
gdk/x11/gdkwindow-x11.c
@@
-5516,11
+5516,11
@@
void
_gdk_windowing_window_process_updates_recurse (GdkWindow *window,
GdkRegion *region)
{
- _gdk_window_process_updates_recurse (window,
expose_
region);
+ _gdk_window_process_updates_recurse (window, region);
}
void
-_gdk_windowing_
after
_process_all_updates (void)
+_gdk_windowing_
before
_process_all_updates (void)
{
}